ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartAxis<T> Class / MinorGrid Property






In This Topic
    MinorGrid Property (ChartAxis<T>)
    In This Topic
    Gets or sets a value indicating whether the axis includes minor grid lines.
    Syntax
    'Declaration
     
    
    Public Property MinorGrid As System.Boolean
    'Usage
     
    
    Dim instance As ChartAxis(Of T)
    Dim value As System.Boolean
     
    instance.MinorGrid = value
     
    value = instance.MinorGrid
    public System.bool MinorGrid {get; set;}
    public read-write property MinorGrid: System.Boolean; 
    public function get,set MinorGrid : System.boolean
    public: __property System.bool get_MinorGrid();
    public: __property void set_MinorGrid( 
       System.bool value
    );
    public:
    property System.bool MinorGrid {
       System.bool get();
       void set (    System.bool value);
    }
    See Also